Autogenerated HTML docs for v1.5.5.1-89-g36c79
diff --git a/git-config.html b/git-config.html index ecabd61..78ca955 100644 --- a/git-config.html +++ b/git-config.html
@@ -1013,7 +1013,12 @@ group-writable). When <em>all</em> (or <em>world</em> or <em>everybody</em>), the repository will be readable by all users, additionally to being group-shareable. When <em>umask</em> (or <em>false</em>), git will use permissions - reported by umask(2). See <a href="git-init.html">git-init(1)</a>. False by default. + reported by umask(2). When <em>0xxx</em>, where <em>0xxx</em> is an octal number, + files in the repository will have this mode value. <em>0xxx</em> will override + user's umask value, and thus, users with a safe umask (0077) can use + this option. Examples: <em>0660</em> is equivalent to <em>group</em>. <em>0640</em> is a + repository that is group-readable but not group-writable. + See <a href="git-init.html">git-init(1)</a>. False by default. </p> </dd> <dt> @@ -2417,7 +2422,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 21-Apr-2008 00:47:31 UTC +Last updated 26-Apr-2008 02:23:16 UTC </div> </div> </body>